projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50abfa2
)
libv4l: Add missing INTL dependency
author
Rosen Penev
<
[email protected]
>
Thu, 4 Jul 2019 03:47:27 +0000
(20:47 -0700)
committer
Rosen Penev
<
[email protected]
>
Thu, 4 Jul 2019 04:00:05 +0000
(21:00 -0700)
Needed for FULL NLS. Not bumping PKG_RELEASE as this is no-op.
Signed-off-by: Rosen Penev <
[email protected]
>
libs/libv4l/Makefile
patch
|
blob
|
history
diff --git
a/libs/libv4l/Makefile
b/libs/libv4l/Makefile
index 23b891a3dfc5317d7f93e2a430cb13bd1d331027..7b617e63a18f0f64457498b9a670d837a5ef0852 100644
(file)
--- a/
libs/libv4l/Makefile
+++ b/
libs/libv4l/Makefile
@@
-64,7
+64,7
@@
define Package/v4l-utils
SECTION:=utils
CATEGORY:=Utilities
TITLE+= utilities
- DEPENDS := +libv4l $(CXX_DEPENDS) $(ICONV_DEPENDS)
+ DEPENDS := +libv4l $(CXX_DEPENDS) $(ICONV_DEPENDS)
$(INTL_DEPENDS)
endef
define Package/v4l-utils/description